Autogenerated HTML docs for v1.7.5-128-g50d30 
diff --git a/git-format-patch.html b/git-format-patch.html index 6dd6c67..e1454e2 100644 --- a/git-format-patch.html +++ b/git-format-patch.html 
@@ -555,6 +555,9 @@  can be set with <tt>--dirstat=&lt;limit&gt;</tt>. Changes in a child directory are not   counted for the parent directory, unless <tt>--cumulative</tt> is used.   </p>  +<div class="paragraph"><p>Note that the <tt>--dirstat</tt> option computes the changes while ignoring  +the amount of pure code movements within a file. In other words,  +rearranging lines in a file is not counted as much as other changes.</p></div>   </dd>   <dt class="hdlist1">   --dirstat-by-file[=&lt;limit&gt;]  @@ -685,6 +688,25 @@  </p>   </dd>   <dt class="hdlist1">  +-D  +</dt>  +<dt class="hdlist1">  +--irreversible-delete  +</dt>  +<dd>  +<p>  + Omit the preimage for deletes, i.e. print only the header but not  + the diff between the preimage and <tt>/dev/null</tt>. The resulting patch  + is not meant to be applied with <tt>patch</tt> nor <tt>git apply</tt>; this is  + solely for people who want to just concentrate on reviewing the  + text after the change. In addition, the output obviously lack  + enough information to apply such a patch in reverse, even manually,  + hence the name of the option.  +</p>  +<div class="paragraph"><p>When used together with <tt>-B</tt>, omit also the preimage in the deletion part  +of a delete/create pair.</p></div>  +</dd>  +<dt class="hdlist1">   -l&lt;num&gt;   </dt>   <dd>